Method ExtractFieldNames<TProps>(Expression<Func<TProps, bool>>)
Extracts field names used in Expression.
public HashSet<string> ExtractFieldNames<TProps>(Expression<Func<TProps, bool>> expression)
Extracts field names used in Expression.
public HashSet<string> ExtractFieldNames<TProps>(Expression<Func<TProps, bool>> expression)